3.1048 \(\int \frac{x^4}{\left (-2+3 x^2\right ) \sqrt [4]{-1+3 x^2}} \, dx\)

Optimal. Leaf size=244 \[ \frac{2}{45} \left (3 x^2-1\right )^{3/4} x+\frac{8 \sqrt [4]{3 x^2-1} x}{15 \left (\sqrt{3 x^2-1}+1\right )}-\frac{1}{9} \sqrt{\frac{2}{3}} \tan ^{-1}\left (\frac{\sqrt{\frac{3}{2}} x}{\sqrt [4]{3 x^2-1}}\right )-\frac{1}{9} \sqrt{\frac{2}{3}} \tanh ^{-1}\left (\frac{\sqrt{\frac{3}{2}} x}{\sqrt [4]{3 x^2-1}}\right )+\frac{4 \sqrt{\frac{x^2}{\left (\sqrt{3 x^2-1}+1\right )^2}} \left (\sqrt{3 x^2-1}+1\right ) F\left (2 \tan ^{-1}\left (\sqrt [4]{3 x^2-1}\right )|\frac{1}{2}\right )}{15 \sqrt{3} x}-\frac{8 \sqrt{\frac{x^2}{\left (\sqrt{3 x^2-1}+1\right )^2}} \left (\sqrt{3 x^2-1}+1\right ) E\left (2 \tan ^{-1}\left (\sqrt [4]{3 x^2-1}\right )|\frac{1}{2}\right )}{15 \sqrt{3} x} \]

[Out]

(2*x*(-1 + 3*x^2)^(3/4))/45 + (8*x*(-1 + 3*x^2)^(1/4))/(15*(1 + Sqrt[-1 + 3*x^2]
)) - (Sqrt[2/3]*ArcTan[(Sqrt[3/2]*x)/(-1 + 3*x^2)^(1/4)])/9 - (Sqrt[2/3]*ArcTanh
[(Sqrt[3/2]*x)/(-1 + 3*x^2)^(1/4)])/9 - (8*Sqrt[x^2/(1 + Sqrt[-1 + 3*x^2])^2]*(1
 + Sqrt[-1 + 3*x^2])*EllipticE[2*ArcTan[(-1 + 3*x^2)^(1/4)], 1/2])/(15*Sqrt[3]*x
) + (4*Sqrt[x^2/(1 + Sqrt[-1 + 3*x^2])^2]*(1 + Sqrt[-1 + 3*x^2])*EllipticF[2*Arc
Tan[(-1 + 3*x^2)^(1/4)], 1/2])/(15*Sqrt[3]*x)

_______________________________________________________________________________________

Rubi [A]  time = 0.43382, antiderivative size = 244, normalized size of antiderivative = 1., number of steps used = 12, number of rules used = 7, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.292 \[ \frac{2}{45} \left (3 x^2-1\right )^{3/4} x+\frac{8 \sqrt [4]{3 x^2-1} x}{15 \left (\sqrt{3 x^2-1}+1\right )}-\frac{1}{9} \sqrt{\frac{2}{3}} \tan ^{-1}\left (\frac{\sqrt{\frac{3}{2}} x}{\sqrt [4]{3 x^2-1}}\right )-\frac{1}{9} \sqrt{\frac{2}{3}} \tanh ^{-1}\left (\frac{\sqrt{\frac{3}{2}} x}{\sqrt [4]{3 x^2-1}}\right )+\frac{4 \sqrt{\frac{x^2}{\left (\sqrt{3 x^2-1}+1\right )^2}} \left (\sqrt{3 x^2-1}+1\right ) F\left (2 \tan ^{-1}\left (\sqrt [4]{3 x^2-1}\right )|\frac{1}{2}\right )}{15 \sqrt{3} x}-\frac{8 \sqrt{\frac{x^2}{\left (\sqrt{3 x^2-1}+1\right )^2}} \left (\sqrt{3 x^2-1}+1\right ) E\left (2 \tan ^{-1}\left (\sqrt [4]{3 x^2-1}\right )|\frac{1}{2}\right )}{15 \sqrt{3} x} \]

Antiderivative was successfully verified.

[In]  Int[x^4/((-2 + 3*x^2)*(-1 + 3*x^2)^(1/4)),x]

[Out]

(2*x*(-1 + 3*x^2)^(3/4))/45 + (8*x*(-1 + 3*x^2)^(1/4))/(15*(1 + Sqrt[-1 + 3*x^2]
)) - (Sqrt[2/3]*ArcTan[(Sqrt[3/2]*x)/(-1 + 3*x^2)^(1/4)])/9 - (Sqrt[2/3]*ArcTanh
[(Sqrt[3/2]*x)/(-1 + 3*x^2)^(1/4)])/9 - (8*Sqrt[x^2/(1 + Sqrt[-1 + 3*x^2])^2]*(1
 + Sqrt[-1 + 3*x^2])*EllipticE[2*ArcTan[(-1 + 3*x^2)^(1/4)], 1/2])/(15*Sqrt[3]*x
) + (4*Sqrt[x^2/(1 + Sqrt[-1 + 3*x^2])^2]*(1 + Sqrt[-1 + 3*x^2])*EllipticF[2*Arc
Tan[(-1 + 3*x^2)^(1/4)], 1/2])/(15*Sqrt[3]*x)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 21.4589, size = 41, normalized size = 0.17 \[ \frac{x^{5} \left (3 x^{2} - 1\right )^{\frac{3}{4}} \operatorname{appellf_{1}}{\left (\frac{5}{2},\frac{1}{4},1,\frac{7}{2},3 x^{2},\frac{3 x^{2}}{2} \right )}}{10 \left (- 3 x^{2} + 1\right )^{\frac{3}{4}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**4/(3*x**2-2)/(3*x**2-1)**(1/4),x)

[Out]

x**5*(3*x**2 - 1)**(3/4)*appellf1(5/2, 1/4, 1, 7/2, 3*x**2, 3*x**2/2)/(10*(-3*x*
*2 + 1)**(3/4))

_______________________________________________________________________________________

Mathematica [C]  time = 0.36198, size = 257, normalized size = 1.05 \[ \frac{2 x \left (\frac{60 x^2 F_1\left (\frac{3}{2};\frac{1}{4},1;\frac{5}{2};3 x^2,\frac{3 x^2}{2}\right )}{\left (3 x^2-2\right ) \left (3 x^2 \left (2 F_1\left (\frac{5}{2};\frac{1}{4},2;\frac{7}{2};3 x^2,\frac{3 x^2}{2}\right )+F_1\left (\frac{5}{2};\frac{5}{4},1;\frac{7}{2};3 x^2,\frac{3 x^2}{2}\right )\right )+10 F_1\left (\frac{3}{2};\frac{1}{4},1;\frac{5}{2};3 x^2,\frac{3 x^2}{2}\right )\right )}-\frac{4 F_1\left (\frac{1}{2};\frac{1}{4},1;\frac{3}{2};3 x^2,\frac{3 x^2}{2}\right )}{\left (3 x^2-2\right ) \left (x^2 \left (2 F_1\left (\frac{3}{2};\frac{1}{4},2;\frac{5}{2};3 x^2,\frac{3 x^2}{2}\right )+F_1\left (\frac{3}{2};\frac{5}{4},1;\frac{5}{2};3 x^2,\frac{3 x^2}{2}\right )\right )+2 F_1\left (\frac{1}{2};\frac{1}{4},1;\frac{3}{2};3 x^2,\frac{3 x^2}{2}\right )\right )}+3 x^2-1\right )}{45 \sqrt [4]{3 x^2-1}} \]

Warning: Unable to verify antiderivative.

[In]  Integrate[x^4/((-2 + 3*x^2)*(-1 + 3*x^2)^(1/4)),x]

[Out]

(2*x*(-1 + 3*x^2 - (4*AppellF1[1/2, 1/4, 1, 3/2, 3*x^2, (3*x^2)/2])/((-2 + 3*x^2
)*(2*AppellF1[1/2, 1/4, 1, 3/2, 3*x^2, (3*x^2)/2] + x^2*(2*AppellF1[3/2, 1/4, 2,
 5/2, 3*x^2, (3*x^2)/2] + AppellF1[3/2, 5/4, 1, 5/2, 3*x^2, (3*x^2)/2]))) + (60*
x^2*AppellF1[3/2, 1/4, 1, 5/2, 3*x^2, (3*x^2)/2])/((-2 + 3*x^2)*(10*AppellF1[3/2
, 1/4, 1, 5/2, 3*x^2, (3*x^2)/2] + 3*x^2*(2*AppellF1[5/2, 1/4, 2, 7/2, 3*x^2, (3
*x^2)/2] + AppellF1[5/2, 5/4, 1, 7/2, 3*x^2, (3*x^2)/2])))))/(45*(-1 + 3*x^2)^(1
/4))

_______________________________________________________________________________________

Maple [F]  time = 0.108, size = 0, normalized size = 0. \[ \int{\frac{{x}^{4}}{3\,{x}^{2}-2}{\frac{1}{\sqrt [4]{3\,{x}^{2}-1}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^4/(3*x^2-2)/(3*x^2-1)^(1/4),x)

[Out]

int(x^4/(3*x^2-2)/(3*x^2-1)^(1/4),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{4}}{{\left (3 \, x^{2} - 1\right )}^{\frac{1}{4}}{\left (3 \, x^{2} - 2\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)),x, algorithm="maxima")

[Out]

integrate(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{x^{4}}{{\left (3 \, x^{2} - 1\right )}^{\frac{1}{4}}{\left (3 \, x^{2} - 2\right )}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)),x, algorithm="fricas")

[Out]

integral(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)), x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{4}}{\left (3 x^{2} - 2\right ) \sqrt [4]{3 x^{2} - 1}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**4/(3*x**2-2)/(3*x**2-1)**(1/4),x)

[Out]

Integral(x**4/((3*x**2 - 2)*(3*x**2 - 1)**(1/4)), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{4}}{{\left (3 \, x^{2} - 1\right )}^{\frac{1}{4}}{\left (3 \, x^{2} - 2\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)),x, algorithm="giac")

[Out]

integrate(x^4/((3*x^2 - 1)^(1/4)*(3*x^2 - 2)), x)